@charset "UTF-8";
/* Unsets browser-applied default styling so it doesn't cause unexpected results on different browsers. See this page: https://cssreset.com/scripts/eric-meyer-reset-css/ */
/* This is pretty much unnecessary considering we're using Bootstrap */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, hr,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: inherit;
  line-height: normal;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

select {
  -moz-appearance: none; }

select::-ms-expand {
  display: none; }

select:focus-visible {
  outline: none; }

a, a:active, a:focus, a:hover, a:target {
  text-decoration: none; }

.owl-carousel .owl-item img {
  width: unset;
  width: auto; }

textarea:focus, input:focus {
  outline: none; }

input::-webkit-calendar-picker-indicator {
  display: none; }

.hidden {
  display: none !important; }

input[type=checkbox], input[type=radio] {
  padding: 0; }

.btn-group {
  display: block; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 570px;
    margin: 1.75rem auto; } }

/* Sets styles on basic, unclassed HTML elements. Here we set h1-h6, body, button, input, textarea. */
@font-face {
  font-family: GTWalsheimPro;
  src: url("../fonts/GT-Walsheim-Pro/GT-Walsheim-Pro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: GTWalsheimPro;
  src: url("../fonts/GT-Walsheim-Pro/GT-Walsheim-Pro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: GTWalsheimPro;
  src: url("../fonts/GT-Walsheim-Pro/GT-Walsheim-Pro-Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: GTWalsheimPro;
  src: url("../fonts/GT-Walsheim-Pro/GT-Walsheim-Pro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

html {
  height: 100%; }

html, body {
  width: 100%;
  font-size: 10px;
  font-family: Segoe UI, Helvetica Neue;
  color: #333; }

body {
  font-size: 1.4rem;
  background-color: #002d53;
  min-height: 100vh;
  /* Prevent Swal2 from messing up our page height */ }
  body.swal2-shown.swal2-height-auto {
    height: 100% !important; }

h1 {
  font-size: 3.0rem;
  font-weight: 600;
  color: #002d53; }

h2 {
  font-size: 2rem;
  color: #002d53; }

h3 {
  color: #002d53;
  font-size: 1.6rem; }

strong {
  font-weight: 700; }

small {
  font-size: 1.2rem; }

hr {
  border-top: 1px solid #d6d6d6; }

h1, h2, h3, h4, p {
  line-height: 1.4em; }

h1:not(:last-child), h2:not(:last-child), h3:not(:last-child), h4:not(:last-child), p:not(:last-child), hr:not(:last-child) {
  margin-bottom: 1.4rem; }

a, a:visited {
  color: #002d53;
  cursor: pointer; }

a:hover, a:active {
  color: #002d53;
  text-decoration: underline; }

abbr[title] {
  border-bottom: none; }

ul {
  list-style: disc; }

ul, ol {
  padding-left: 3rem; }

ul:not(:last-child), ol:not(:last-child) {
  margin-bottom: 1.4em; }

input, select, textarea {
  font-size: 1.6rem;
  padding: 0.6em;
  border-radius: 0.2em;
  border: 1px solid #ced4da; }

textarea {
  resize: vertical;
  min-height: 4.5rem; }

select:not([multiple]) {
  -webkit-appearance: none;
  appearance: none;
  padding-right: 4rem;
  position: relative; }

input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  border-radius: 0.3rem;
  width: 1.6rem;
  min-width: 0;
  height: 1.6rem;
  margin-right: 0.5rem;
  vertical-align: text-bottom; }

input[type="checkbox"]:checked::after {
  content: "✓";
  color: #002d53;
  border: none;
  background-color: transparent;
  font-size: 1.4rem;
  line-height: 1.6rem;
  position: relative;
  left: 2px;
  vertical-align: top;
  text-align: center;
  font-weight: bold; }

input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  border-radius: 0.8rem;
  min-width: 0;
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.5rem;
  vertical-align: text-bottom; }

input[type="radio"]:checked::after {
  content: "●";
  color: #002d53;
  border: none;
  background-color: none;
  font-size: 0.8rem;
  position: absolute;
  text-align: center;
  line-height: 0.8rem;
  padding: 0.3rem 0.3rem;
  vertical-align: top;
  text-align: center; }

fieldset {
  margin-top: 1.4rem; }
  fieldset.dotted-bottom {
    border-bottom: 2px dotted #d6d6d6;
    padding-bottom: 2rem; }

fieldset label {
  display: block;
  padding-left: 0.4rem;
  margin-bottom: 0.5rem; }

fieldset > * {
  display: block;
  width: 100%; }

fieldset.upload-file.img-uploaded {
  margin-top: 2rem;
  background-color: #fff;
  border: 1px solid #d6d6d6;
  padding: 1.4rem 2.2rem;
  box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.5); }
  fieldset.upload-file.img-uploaded img {
    margin-bottom: 20px; }

fieldset.upload-file > label {
  margin-top: 1rem; }

fieldset.upload-file small {
  padding-left: 0.5rem;
  margin-bottom: 1rem; }

fieldset.upload-file input {
  padding: .6em;
  height: auto !important; }
  fieldset.upload-file input:focus {
    outline: 0; }

fieldset.inline-checkbox input {
  display: inline-block; }

fieldset.inline-checkbox label {
  display: inline-block;
  width: auto; }

fieldset > label {
  color: #002d53;
  font-size: 1.6rem; }

.edit-tenant-checkboxs {
  margin-top: 2rem;
  margin-bottom: 0.5rem; }

table {
  display: table;
  width: 100%;
  text-align: left; }
  table thead th {
    border-bottom: 1px solid #002d53; }
  table thead tr {
    border-bottom: 1px solid #002d53; }
  table.tablesorter-default td, table.tablesorter-default td:hover tr, table.tablesorter-default tr:hover td {
    background-color: unset !important;
    border: none !important; }
  table.tablesorter-default thead .header,
  table.tablesorter-default thead .tablesorter-header {
    padding-right: 2rem !important; }
  table.tablesorter-default thead .headerSortDown, table.tablesorter-default thead .tablesorter-headerDesc, table.tablesorter-default thead .tablesorter-headerSortDown {
    border-bottom: 2px solid #fff !important; }
  table.tablesorter-default thead .headerSortUp, table.tablesorter-default thead .tablesorter-headerAsc, table.tablesorter-default thead .tablesorter-headerSortUp {
    border-bottom: 2px solid #f3f2ee !important; }
  table.dataTable {
    width: 100% !important;
    margin-bottom: 0; }
    table.dataTable tbody td {
      border: none !important; }
  table thead tr, table thead th {
    color: #002d53; }
    table thead tr :after, table thead th :after {
      color: #002d53; }
  table th, table td {
    font-size: 1.4rem;
    line-height: 1.8rem;
    padding: 1rem 1rem !important;
    text-align: left; }
  table tbody th {
    font-weight: 600; }
  table tbody tr:nth-child(odd) {
    background-color: #fff !important; }
  table tbody tr:nth-child(even) {
    background-color: #E6E6E6 !important; }
  table .entity-sortorder-int {
    max-width: 5rem;
    min-width: unset;
    height: 1.8rem;
    text-align: center;
    padding: 0;
    font-size: 1.2rem; }
  table.ui-datepicker-calendar {
    margin: 0 !important; }
    table.ui-datepicker-calendar tr {
      background-color: #fff !important; }
      table.ui-datepicker-calendar tr:nth-child(even) {
        background-color: #fff !important; }
      table.ui-datepicker-calendar tr th {
        padding: 0 !important; }
      table.ui-datepicker-calendar tr a.ui-state-default {
        text-align: center; }
    table.ui-datepicker-calendar tbody td {
      padding: 0.2rem !important; }

.tablesorter-default {
  font-family: Segoe UI !important; }

.ui-datepicker {
  padding: 0 !important;
  box-shadow: #888888 0px 1px 5px; }
  .ui-datepicker .ui-datepicker-header {
    border-radius: 0 !important; }

.form-control.readonly {
  border-color: transparent;
  box-shadow: none;
  background: none; }

.modal-form input[type=radio].form-control, .modal-form input[type=checkbox].form-control {
  outline: none !important;
  display: inline-block !important; }

.modal-form #existing-assessment-contact-field-container .inline-input-container {
  margin-bottom: 2rem; }

.modal-form #existing-assessment-contact-field-container #ExistingContactEmail, .modal-form #existing-assessment-contact-field-container #ExistingTenantUserEmail, .modal-form #existing-assessment-contact-field-container #SelectedContributors {
  margin-top: 0.5rem;
  margin-bottom: 1rem; }

.modal-form label[for=NewContactEmail] {
  margin-bottom: 0.5rem;
  margin-top: 1rem; }

.modal-open #ui-datepicker-div {
  position: fixed !important; }

/* Custom Icons */
.conect-icon {
  width: 1.6rem;
  height: auto;
  margin: auto 0.5rem; }
  .conect-icon-link {
    position: relative;
    top: 2px;
    margin-left: 0; }

/* Icon styling for IMG elements */
.info-icon,
.field-icon {
  width: 1.6rem;
  height: 1.6rem;
  pointer-events: none;
  /* Use mask to apply button color to SVG images */
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #002d53; }
  .info-icon.info-icon,
  .field-icon.info-icon {
    mask-image: url("../Images/Icons/info.svg"); }
  .info-icon.user-icon,
  .field-icon.user-icon {
    mask-image: url("../Images/Icons/user-icon.svg"); }
  .info-icon.calendar-icon,
  .field-icon.calendar-icon {
    mask-image: url("../Images/Icons/calendar.svg"); }
  .info-icon.file-icon,
  .field-icon.file-icon {
    mask-image: url("../Images/Icons/download-file.svg"); }
  .info-icon.entity-icon,
  .field-icon.entity-icon {
    mask-image: url("../Images/Icons/core-entity.svg"); }
  .info-icon.cross-icon,
  .field-icon.cross-icon {
    mask-image: url("../Images/Icons/cross.svg"); }
  .info-icon.down-arrow-icon,
  .field-icon.down-arrow-icon {
    mask-image: url("../Images/Icons/down-arrow.svg"); }

/* Input field with icon styling */
.input-with-icon {
  position: relative;
  display: inline-block;
  width: 100%; }
  .input-with-icon input, .input-with-icon select {
    padding-right: 3rem;
    width: 100%;
    min-width: 100px; }
  .input-with-icon .field-icon {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1.6rem;
    height: 1.6rem;
    pointer-events: none; }

.required-input {
  border-color: #FF0000; }
  .required-input.fa {
    position: absolute;
    color: #FF0000; }

.report-btn {
  margin-left: 1.4rem; }
  .report-btn .disabled {
    background-color: #a9a9a9;
    cursor: none; }

#edit-business-process-form h4.task-type {
  padding-left: 0;
  margin-top: -1rem !important;
  display: block; }

#edit-business-process-form .approval-details {
  margin-bottom: 2rem; }
  #edit-business-process-form .approval-details p {
    margin-bottom: 0; }

.custom-combobox {
  width: 100%; }
  .custom-combobox .custom-combobox-input {
    width: 100%; }

.action-link-button {
  color: #002d53;
  cursor: pointer; }
  .action-link-button:active {
    color: #333; }
  .action-link-button:hover {
    text-decoration: underline; }

.collapsible {
  background-color: #fff;
  color: #444;
  cursor: pointer;
  padding: 18px;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px; }

/* Style the collapsible content. Note: hidden by default */
.content {
  display: none;
  overflow: hidden;
  background-color: #fff; }

/*remove icon*/
.remove-search-value-icon {
  margin-left: 1%; }
  .remove-search-value-icon:hover {
    cursor: pointer; }

.reportWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.reportWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.assignButtonModal {
  min-width: 25% !important; }

.custom-tooltip {
  font-size: 1.2rem; }

.table-entity-header {
  background-color: #002d53;
  font-weight: bold;
  border-radius: 3px;
  border-bottom: 0px !important; }

.table-entity-column-title {
  color: white !important;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px; }

.table-entity-section-total {
  padding: 10px;
  background-color: #002d53;
  border-collapse: separate;
  border-radius: 3px; }

.table-entity-section-total p {
  color: white;
  font-style: normal;
  font-weight: 700;
  font-size: 16px !important;
  line-height: 24px !important; }

th:nth-child(1) {
  border-radius: 5px 0px 0px 5px; }

th:nth-last-child(1) {
  border-radius: 0px 5px 5px 0px; }

#child-totals strong {
  color: white;
  padding: 10px;
  width: 200px; }

.saving-indicator {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px 30px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  font-size: 16px;
  color: #333;
  font-weight: 500; }

.saving-spinner {
  width: 24px;
  height: 24px;
  border: 3px solid #f3f3f3;
  border-top: 3px solid #e00000;
  /* Hiscox red accent */
  border-radius: 50%;
  animation: spin 1s linear infinite; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.blockMsg:has(.saving-indicator) {
  border: none !important;
  background: transparent !important;
  padding: 0 !important; }

.blockOverlay {
  background-color: #000 !important;
  opacity: 0.6 !important;
  cursor: wait !important; }

/* Sets styles on re-used components. Here we set header, footer, buttons with icons, modals, FAQ accordions. */
#ui-datepicker-div {
  position: absolute !important; }

#page-container {
  position: relative;
  min-height: 100vh; }

footer {
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  bottom: -1px; }

/* Colours */
.colour-financial-assets {
  color: #ffb178;
  fill: #ffb178; }

.colour-financial-liabilities {
  color: #d8d8d8;
  fill: #d8d8d8; }

.colour-financial-net {
  color: #00a7b5;
  fill: #00a7b5; }

.colour-financial-turnover {
  color: #ffb178;
  fill: #ffb178; }

.colour-financial-profitBeforeTax {
  color: #d8d8d8;
  fill: #d8d8d8; }

.colour-financial-operatingCost {
  color: #00a7b5;
  fill: #00a7b5; }

.colour-financial-operatingProfit {
  color: #e2e730;
  fill: #e2e730; }

.warning {
  background-color: #dc3545;
  padding: 0.3rem 1rem;
  color: #fff;
  display: inline-block; }

.rag-red {
  color: #dc3545; }

.rag-amber {
  color: #ffc107; }

.rag-green {
  color: #198754; }

.button {
  font-weight: 400;
  font-size: 1.4rem;
  color: #fff !important;
  background-color: #002d53;
  padding: 0.8em 1.2em;
  border-radius: 0.2em;
  min-width: 150px;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  border: none;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-radius: 5px; }
  .button.button-icon-small {
    min-width: auto;
    padding: 0.8em 1em; }
  .button.button-danger {
    background-color: #dc3545; }

a.button {
  color: #fff; }

.button:hover, button:active, .btn-toggle {
  background-color: #af9b5f;
  color: #fff;
  text-decoration: none; }

.button:focus {
  background-color: #001d35; }

.button.disabled, .button[disabled], input[type="button"]:disabled {
  background-color: #a9a9a9;
  pointer-events: none;
  cursor: default; }

.spacer {
  height: 3rem; }

.clickable {
  cursor: pointer; }

table.responsive-table .responsive-table-th {
  display: none; }

table thead.thead-alternate tr {
  background-color: #c8beaf;
  color: #333;
  border-bottom: 3px solid #c8beaf; }

table thead.thead-alternate tr td {
  font-weight: 700;
  font-size: 1.6rem; }

thead.thead-alternate
.inline-input-container > * {
  width: auto;
  margin: 0;
  display: inline-block; }

.inline-input-container > label {
  display: inline-block;
  padding: 0;
  margin: 0; }

.inline-element-container > * {
  margin-right: 1.4rem;
  display: inline-block; }

.inline-element-container.contigious > * {
  margin-right: 0; }

.inline-element-container > *:last-child {
  margin-right: 0; }

/* Validation */
.field-validation-error {
  color: #ff0000;
  font-size: 1.2rem; }
  .field-validation-error-format {
    margin-left: 1.2rem; }
    .field-validation-error-format > span.fa {
      display: inline-block;
      padding-right: 0.4rem;
      color: #ff0000; }

.field-validation-error > * {
  display: block;
  margin-bottom: 0.5rem; }

form label.requiredFormField::after {
  content: "*";
  padding-left: 0.25rem; }

/* Sections */
#content-body-section.overview-counterparty .overview-key-info .page-section > p.key-info-summary {
  margin-bottom: 3rem; }

#content-body-section.overview-counterparty .overview-key-info .page-section span.fa-calendar-alt {
  font-size: 2.4rem; }

#content-body-section.overview-counterparty .overview-key-info .page-section .spacer {
  height: 2rem; }

#content-body-section .row.filter-container {
  display: flex;
  flex-wrap: wrap; }

#content-body-section .row > * {
  margin-bottom: 1.4rem; }

#content-body-section-white {
  background-color: #fff;
  padding: 2rem; }

#content-body-section-white .container-fluid {
  padding-left: 0px;
  padding-right: 0px; }

.borderless-page-section {
  background-color: #fff;
  padding: 1.4rem; }

.bordered-page-section {
  padding: 1.4rem;
  border: 0.5px solid;
  border-radius: 12px; }

.page-section {
  background-color: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 1rem;
  padding: 1.5rem 2.5rem;
  box-shadow: #c8beaf 0 0 1px 0, #c8beaf 0 0 1px 0; }
  .page-section.page-section-alt {
    padding: 1.4rem 2.2rem; }
    .page-section.page-section-alt .page-section {
      box-shadow: none;
      border: none;
      padding: 0; }
  .page-section h2, .page-section h4 {
    display: inline-block;
    margin-bottom: 8px; }
  .page-section h4 {
    padding-left: 14px;
    margin-top: 2px; }
  .page-section hr {
    margin-top: 6px; }
  .page-section .italic {
    font-style: italic !important; }
  .page-section .workflow-details h4:first-of-type {
    padding-left: 0rem; }

.page-sub-section {
  background-color: #fff;
  border: 1px solid #d6d6d6;
  padding: 1.4rem;
  float: left; }

#core-entity-options .page-sub-section {
  float: left; }

#content-body-section .page-section .container-fluid {
  margin-bottom: -1.4rem;
  padding: 0; }

.floating-section {
  background-color: #fff;
  padding: 10rem 0;
  flex: 1; }

/* Tables */
td.cell-shrink {
  width: 0;
  min-width: 0; }

td.cell-grow {
  width: 100%; }

td.cell-middle {
  vertical-align: middle; }

table td > .fa {
  font-size: 1.8rem; }

/* Forms */
.form-control {
  font-size: 1.4rem; }

.icon-after-input-container {
  position: relative; }

.icon-after-input-container input {
  padding-right: 4rem; }

.icon-after-input-container .fa {
  position: absolute;
  top: 0;
  right: 0;
  color: white;
  font-size: 2rem;
  line-height: 4rem;
  width: 40px;
  background: #002d53; }

/* Pagination */
.pagination-container > * {
  color: #002d53; }

.pagination-container > span.fa, .pagination-container > .pagination-page-trigger {
  cursor: pointer; }

.pagination-container.inline-element-container > *:not(:last-child) {
  margin-right: 0.5rem; }

.pagination-container span.fa {
  color: #002d53;
  font-size: 2rem;
  line-height: 2.2rem; }

.pagination-container .pagination-page-trigger {
  background-color: #f3f2ee;
  display: inline-block;
  height: 2.2rem;
  min-width: 2.2rem;
  line-height: 2.2rem;
  text-align: center;
  border-radius: 100%; }

.pagination-container .pagination-page-trigger.active {
  color: #fff;
  background-color: #002d53; }

/* Enum display */
.counter-party-status {
  font-weight: 600;
  color: #dc3545;
  font-size: 1.2rem; }

.counter-party-status-closed, .counter-party-status-dissolved {
  color: #dc3545; }

.counter-party-status-active {
  color: #198754; }

.counter-party-status-unknown {
  color: #979797; }

.appointment-status {
  font-weight: bold;
  color: #dc3545;
  fill: #dc3545; }

.appointment-status-active {
  color: #aaca50;
  fill: #aaca50; }

.appointment-status-closed {
  color: #00a7b5;
  fill: #00a7b5; }

/*Tooltip*/
.tooltip {
  margin-right: -2rem;
  font-family: "Roboto", "Tahoma", "Helvetica", sans-serif;
  font-size: 1.5rem; }

[data-bs-placement="right"] + .tooltip > .tooltip-arrow {
  border-right-color: #002d53; }

.tooltip-inner {
  background-color: #002d53;
  color: white; }

.tooltip-container {
  position: relative; }
  .tooltip-container .tooltip-selector {
    cursor: help;
    text-decoration: dotted; }
    .tooltip-container .tooltip-selector:after {
      content: "\f059";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      color: #c8beaf; }
    .tooltip-container .tooltip-selector .tooltip-dialog {
      position: absolute;
      left: 0;
      bottom: 100%;
      max-width: 100%;
      margin-bottom: 10px;
      padding: 1.4rem 2.2rem;
      background-color: #fff;
      color: #002d53;
      box-shadow: rgba(0, 0, 0, 0.5) 0 0 15px;
      opacity: 0;
      transition: opacity ease 0.5s;
      pointer-events: none; }
      .tooltip-container .tooltip-selector .tooltip-dialog:after {
        /* Invisible space underneath the tooltip to allow the user to hover over it and click any elements */
        content: " ";
        position: absolute;
        width: 100%;
        height: 15px;
        top: 100%;
        background-color: transparent; }
    .tooltip-container .tooltip-selector:hover .tooltip-dialog, .tooltip-container .tooltip-selector .tooltip-dialog:hover {
      opacity: 1;
      pointer-events: auto; }

/* content tab section */
#manage-tab-sort-order-modal #content-tab-list {
  margin-top: 2rem; }
  #manage-tab-sort-order-modal #content-tab-list li {
    position: relative;
    margin-bottom: 1rem;
    width: 100%; }
    #manage-tab-sort-order-modal #content-tab-list li a {
      padding: 0;
      display: inline-block; }
    #manage-tab-sort-order-modal #content-tab-list li span.questionnaire-builder-hand-icon {
      display: flex;
      position: absolute;
      height: 100%;
      top: 0;
      right: 0;
      padding: 0 0.8rem;
      align-items: center; }
    #manage-tab-sort-order-modal #content-tab-list li .icon {
      display: flex;
      position: absolute;
      height: 100%;
      top: 0;
      padding: 0;
      align-items: center; }
      #manage-tab-sort-order-modal #content-tab-list li .icon-core-entity, #manage-tab-sort-order-modal #content-tab-list li .icon-tab-group {
        right: 4rem; }

#manage-tab-sort-order-modal #save-tab-order {
  margin-top: 1.4rem;
  width: 100%; }

#content-tab-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 1rem 0;
  padding: 0.5rem 0;
  border-bottom: solid 1px #d6d6d6;
  border-top: solid 1px #d6d6d6;
  background: #fff;
  border-radius: 15px; }
  #content-tab-list li a,
  #content-tab-list li span {
    padding: 0.8rem 1.6rem;
    display: block;
    font-size: 16px;
    text-align: center;
    border-radius: 99rem;
    font-weight: 700;
    color: #666666; }
    #content-tab-list li a:hover, #content-tab-list li a:active,
    #content-tab-list li span:hover,
    #content-tab-list li span:active {
      text-decoration: none;
      color: #002d53; }
  #content-tab-list .active-counterparty-tab span, #content-tab-list .active-counterparty-tab a {
    color: #002d53; }
  #content-tab-list .form-builder-tab.active {
    text-decoration: underline;
    color: #002d53; }

/* Google maps */
#map {
  width: 100%;
  height: 200px; }

.container.container-without-padding, .container-fluid.container-without-padding, #content-body-section .container-fluid.container-without-padding, #content-body-section .container.container-without-padding {
  padding-left: 0;
  padding-right: 0; }

#content-body-section .container-fluid .row .col-md-12.container-with-padding .col-md-6:first-of-type {
  padding-right: 1rem; }

#content-body-section .container-fluid .row .col-md-12.container-with-padding .col-md-6:nth-child(2) {
  padding-left: 1rem; }

#content-body-section .container-fluid .row .col-md-12 .container-with-padding .col-md-6:first-of-type {
  padding-right: 1rem; }

#content-body-section .container-fluid .row .col-md-12 .container-with-padding .col-md-6:nth-child(2) {
  padding-left: 1rem; }

/* Social Media Account Links */
a.social-media-account-link {
  width: 2.8rem;
  height: 2.8rem;
  background-color: #333;
  border-radius: 1.4rem;
  display: inline-block;
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
  line-height: 2.8rem; }

a.social-media-account-link-facebook {
  background-color: #395799; }

a.social-media-account-link-linkedin {
  background-color: #004b96; }

a.social-media-account-link-twitter {
  background-color: #2ba9e1; }

a.social-media-account-link-youtube {
  background-color: #cf2e22; }

/*  Visualisations */
.visualisation-container {
  overflow: hidden;
  width: 100%;
  padding-bottom: 50%; }

.visualisation-container svg {
  position: absolute; }

/* Filters sidebar */
.filters-sidebar {
  background-color: #f3f2ee;
  max-width: 200px;
  min-width: 200px;
  margin-top: -0.8rem;
  margin-bottom: -0.8rem;
  margin-left: -0.8rem;
  padding: 0.8rem; }

.filters-sidebar .filters-title {
  font-weight: 700;
  color: #333; }

.filters-sidebar h2.filters-title {
  font-size: 1.5rem; }

.filters-sidebar h3.filters-title {
  font-size: 1.3rem; }

.filters-sidebar fieldset + fieldset {
  margin-top: 0.5rem; }

.filters-sidebar fieldset label {
  font-size: 1.3rem; }

.flex-container > *.filters-sidebar {
  margin-left: -0.8rem; }

/* User Feedback */
.user-feedback {
  padding: 1.8rem;
  color: #fff;
  font-size: 1.6rem; }

.user-feedback-icon {
  font-size: 2rem; }

.user-feedback-status-green {
  background-color: #198754; }

.user-feedback-status-amber {
  background-color: #ff9d00; }

.user-feedback-status-red {
  background-color: #dc3545; }

.user-feedback-hider button {
  padding-left: 2px;
  padding-right: 2px;
  background: transparent;
  color: inherit; }

#dynamic-user-feedback-section .modal-body {
  padding: 0; }

.modal-content {
  border-radius: 8px;
  border-color: #979797; }

.modal-confirmation {
  background-color: rgba(0, 0, 0, 0.5); }
  .modal-confirmation.in {
    display: block; }
  .modal-confirmation .modal-body .button {
    margin-left: 0.75rem; }
    .modal-confirmation .modal-body .button:first-child {
      margin-left: 0; }

/* officer */
.officer-user {
  height: 40px;
  width: 32px; }

.officer-appointment-circle {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  font-size: 21px;
  line-height: 43px;
  text-align: center;
  color: #fff; }

.officer-appointment-circle-active {
  background-color: #00a7b5;
  background-color: #aaca50; }

.officer-appointment-circle-resigned {
  background-color: #dc3545; }

.officer-appointment-circle-closed {
  background-color: #00a7b5; }

.officer-appointment-circle-total {
  background-color: #808080; }

.officer-appointment-title {
  width: 105px;
  margin-left: 5px; }

.officer-appointment-header-text {
  margin-bottom: 0px !important; }

.officer-details-row {
  margin-bottom: 25px; }

.officer-details-title {
  width: 200px; }

.assessment-group-container .assessment-group {
  padding: 1.4rem 0;
  border-bottom: 1px solid #e1e1e1; }

.assessment-group-container p {
  color: #666; }

.assessment-group-container .assessment {
  padding: 1.4rem 0;
  padding-left: 3rem;
  padding-right: 1.4rem; }

.assessment-group-container .assessment:hover {
  background-color: #f4f2ef; }

.assessment-group-container .assessment {
  border-bottom: 1px solid #e1e1e1; }

.assessment-group-container .assessment .assessment-name-container {
  flex: 0 0 300px;
  font-size: 1.6rem; }

.assessment-group-container .assessment .assessment-action {
  font-size: 3rem; }

.assessment-group-container .assessment .assessment-action.border-right {
  padding-right: 1.4rem;
  border-right: 1px solid #e1e1e1; }

.assessment-group-container .expand-collapse-icon::after {
  content: "\f106";
  font-size: 3rem;
  color: #002d53; }

.assessment-group-container .assessment-group.collapsed .expand-collapse-icon::after {
  content: "\f107"; }

.assessment .run-assessment-cta:hover {
  text-decoration: none; }

#search-results-section .run-assessment-cta:before {
  content: "\f0da  ";
  font: normal normal normal 16px/1 FontAwesome; }

.assessment .run-assessment-cta:before {
  content: "\f0da"; }

/* Questionnaire Section Navigation */
.questionnaire-section-navigation-container > .questionnaire-section-navigation-trigger {
  color: #002d53;
  cursor: pointer;
  background-color: #f3f2ee;
  display: inline-block;
  font-size: 2rem;
  height: 3rem;
  min-width: 3rem;
  line-height: 3rem;
  text-align: center;
  border-radius: 1.5rem; }

.questionnaire-section-navigation-container.inline-element-container > *:not(:last-child) {
  margin-right: 0.5rem; }

.questionnaire-section-navigation-container > .questionnaire-section-navigation-trigger.active {
  color: #fff;
  background-color: #002d53; }

.questionnaire-section-navigation-container > .questionnaire-section-navigation-trigger.error {
  border: 1px solid #dc3545; }

.questionnaire-section-navigation h3 {
  margin-bottom: 0.5rem;
  font-weight: 600; }

#questionnaire-section-container {
  margin-bottom: 1.4rem; }

.questionnaire-section + .questionnaire-section {
  margin-top: 5rem; }

.questionnaire-section-lockinfo-container {
  min-height: 3rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity ease 0.5s; }
  .questionnaire-section-lockinfo-container.active {
    opacity: 1;
    pointer-events: auto; }
  .questionnaire-section-lockinfo-container .questionnaire-section-lockinfo-text {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 0.5rem; }
    .questionnaire-section-lockinfo-container .questionnaire-section-lockinfo-text i.fas {
      font-size: 2.25rem;
      margin-left: 0.75rem;
      color: #002d53; }
  .questionnaire-section-lockinfo-container .questionnaire-section-lockinfo-name {
    font-weight: bold; }
  .questionnaire-section-lockinfo-container .info-text-block {
    padding: 0 !important; }

.question {
  border-top: 1px solid #c8beaf;
  padding: 4rem 0; }

.child-question {
  padding-bottom: 0rem 0rem 4rem; }

.question .question-text-container {
  font-weight: 600;
  color: #002d53; }

label.error, .question .error, .field-required-warning {
  color: #dc3545;
  font-size: 1.4rem;
  margin-top: 0.8rem; }

.field-calculated-warning {
  color: #3300CC;
  font-size: 1.4rem;
  margin-top: 0.8rem; }

.question label.error {
  padding-left: 0; }

.answer-input-long-text-string {
  line-height: 1.4em;
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word; }

.answer-display-long-text-string {
  white-space: pre-line;
  max-height: none;
  overflow: visible; }

.answer-display {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word; }

.answer-display p {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word; }

.calculated-answer-input {
  background-color: #D3D3D3; }

.image-upload-preview {
  max-height: 40vh; }

.image-preview {
  max-height: 40vh; }

.answer-input-container input[type="file"] {
  display: inline-block;
  padding: 4px 32px;
  background-color: #FFFFFF;
  border: solid 1px #666F77;
  border-radius: 6px;
  color: #666F77;
  width: 100%;
  cursor: pointer; }

/* Edit Tenant User Section */
/* Sweet Alert */
.swal2-title {
  font-size: 3rem !important;
  color: #002d53 !important; }

.swal2-content {
  font-size: 1.5rem !important; }

swal2-actions input[type="button"] {
  font-size: 1.5rem !important; }

.assessment-type-flag, .tag-flag {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.6em;
  padding: 3px 5px;
  border-radius: 8px;
  color: #fff;
  background-color: #979797;
  display: flex;
  justify-content: center;
  text-align: center; }

.manually-add-counterparty-prompt .fa.fa-question-circle {
  font-size: 4rem;
  padding: 1rem;
  color: #002d53; }

/*COOKIE NOTIFICATION*/
#cookie-policy {
  display: none; }
  #cookie-policy #approve-cookies {
    color: #002d53; }

/* Form Preview Styles */
.form-section-navigation-container > .form-section-navigation-trigger {
  color: #002d53;
  cursor: pointer;
  background-color: #f3f2ee;
  display: inline-block;
  font-size: 2rem;
  height: 3rem;
  min-width: 3rem;
  line-height: 3rem;
  text-align: center;
  border-radius: 1.5rem; }

/* Core Entity */
.flex-contigious #content-body-section #content svg {
  max-width: 100%; }

#content-body-section .form-container .form-list-empty-message {
  display: block;
  text-align: center;
  padding: 0.8em; }

#content-body-section .form-container .form-list form {
  margin-bottom: 14px;
  padding: 1.4rem 2.2rem; }
  #content-body-section .form-container .form-list form > .row > .col-md-6 {
    padding-left: 1rem;
    padding-right: 1rem; }
  #content-body-section .form-container .form-list form > .row.text-right > .btn-group {
    margin-bottom: 0 !important; }
  #content-body-section .form-container .form-list form > .row .page-section {
    padding: 0;
    border: none;
    box-shadow: none; }

.multi-select-prevalue-list-input .inline-input-container {
  padding: 0 0 4px 0; }

.file-upload {
  position: relative;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23333' stroke-width='2' stroke-dasharray='10' stroke-dashoffset='5' stroke-linecap='square'/%3e%3c/svg%3e");
  background-color: #f6f6f6;
  padding: 5rem;
  border-radius: 4px;
  width: 100%; }
  .file-upload:hover {
    background-color: #e9e9e9; }
  .file-upload .question-help {
    margin-top: 1rem; }
  .file-upload label {
    color: grey;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 1.3em; }
  .file-upload input {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1;
    padding: 0; }
  .file-upload #file-names {
    padding-left: 1em; }
    .file-upload #file-names li {
      margin: 1em; }

.invisible-image-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }

.user-picture {
  background-color: white;
  width: 3rem;
  height: 3rem;
  font-size: 2rem; }
  .user-picture.circular {
    border-radius: 50%; }

.user-picture-double-size {
  background-color: white;
  width: 6rem;
  height: 6rem;
  font-size: 2rem; }
  .user-picture-double-size.circular {
    border-radius: 50%; }

.core-entity-display-image {
  width: 108px;
  height: 108px;
  margin: 10px;
  object-fit: contain; }
  .core-entity-display-image.circular {
    border-radius: 50%; }

.core-entity-display-image-preview {
  display: none;
  width: 108px;
  height: 108px;
  margin: 10px;
  object-fit: contain; }

.file-list-container {
  margin: 0px;
  padding: 0px; }
  .file-list-container .file-list {
    margin: 0; }
    .file-list-container .file-list > ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .file-list-container .file-list > ul li {
        padding: 0; }
        .file-list-container .file-list > ul li a {
          padding: 0; }
    .file-list-container .file-list > label {
      padding: 0;
      display: block;
      font-weight: 600; }
  .file-list-container-edit {
    margin: 10px 0; }
    .file-list-container-edit .file-list {
      margin: 10px 0; }
      .file-list-container-edit .file-list > ul {
        margin: 10px 0;
        padding: 0; }
        .file-list-container-edit .file-list > ul li {
          padding: 0.25rem 0; }
      .file-list-container-edit .file-list > label {
        padding: 10px 0 4px 0; }

.delete-file-button.fa-times {
  color: red; }

.delete-file-button.fa-check {
  color: green; }

/* Summernote (Rich Text Editor) */
.note-editable b,
.rich-text b {
  font-weight: 700; }

.note-editable i,
.rich-text i {
  font-style: italic; }

.rich-text {
  /* Extra classes for rich text editors (mainly for migrated SLAs) */ }
  .rich-text table {
    /* The following styles are meant as default styles for tables created within rich text editors in entities */ }
    .rich-text table tbody tr {
      background-color: #fff; }
      .rich-text table tbody tr td {
        border: 1px solid #ddd;
        vertical-align: middle; }
  .rich-text .list-unstyled {
    padding-left: 0;
    list-style: none; }
  .rich-text .contract .contract-heading {
    background-color: #eee;
    padding: 10px 15px;
    font-weight: 500; }
  .rich-text .contract .clause-list {
    margin-bottom: 0;
    margin-bottom: 0; }
    .rich-text .contract .clause-list p {
      margin-bottom: 0;
      color: #000; }
      .rich-text .contract .clause-list p + p {
        margin-top: 10px; }
    .rich-text .contract .clause-list > li {
      border-bottom: 1px solid #c7c7c7;
      padding: 15px 15px 15px 30px;
      position: relative;
      margin-left: 15px;
      margin-right: 15px; }
      .rich-text .contract .clause-list > li:last-child {
        border-bottom: 0; }
      .rich-text .contract .clause-list > li ul {
        margin: 10px 0; }
      .rich-text .contract .clause-list > li li {
        list-style-type: disc; }
        .rich-text .contract .clause-list > li li::marker {
          color: #002d53; }
  .rich-text .contract .clause-number {
    color: #002d53;
    font-size: 21px;
    position: absolute;
    left: 0px;
    top: 15px;
    line-height: 1.15; }

.note-editor .dropdown-toggle::after {
  all: unset; }

.note-editor .note-dropdown-menu, .note-editor .note-modal-footer {
  box-sizing: content-box; }

.note-editable {
  background-color: #fff !important;
  color: black !important; }

.fa-folder-open {
  font-size: 20px; }

/* Info text styling */
.info-text {
  color: #002d53;
  font-size: 13px; }
  .info-text-block {
    display: inline-block;
    position: relative;
    top: -2px;
    line-height: 1.4;
    padding: 0.5rem 0 0 0 !important; }
  .info-text-block-preview {
    display: inline-block;
    position: relative;
    top: -2px;
    line-height: 1.4;
    padding: 0.5rem 0 0 0 !important;
    white-space: pre-wrap;
    word-wrap: break-word; }
  .info-text-block-preview {
    display: inline-block;
    position: relative;
    top: -2px;
    line-height: 1.4;
    padding: 0.5rem 0 0 0 !important;
    white-space: pre-wrap;
    word-wrap: break-word; }

.tooltipster-default {
  border-radius: 8px !important;
  border-color: #979797 !important;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

/* DataTables style amends */
.filter {
  margin-bottom: 1.4rem; }

#filters {
  transition: all 0.3s ease-in; }

.dataTables_info {
  font-size: 0.75em;
  margin-top: 1.4rem;
  padding-left: 1rem;
  color: #002d53; }

.dataTables_loading_inline {
  width: 200px;
  margin: auto;
  padding: 1em 0;
  text-align: center; }
  .dataTables_loading_inline i.fa {
    color: #2a2b2b; }

div.dataTables_wrapper div.dataTables_filter {
  display: none; }

.dataTable span.hidden-value {
  font-size: 0rem; }

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #fff !important; }

#business-process-tasks {
  margin-top: 0 !important; }

#business-process-tasks_wrapper > .row:first-of-type {
  display: none; }

.mb-0 {
  margin-bottom: 0 !important; }

.mb-1 {
  margin-bottom: 1rem !important; }

.mb-2 {
  margin-bottom: 2rem !important; }

.task-list-container .button.flex-shrink.pull-right {
  margin-right: 0.75rem;
  margin-left: 0;
  transition: all 0.3s ease-in; }
  .task-list-container .button.flex-shrink.pull-right:first-child {
    margin-right: 0; }

.overview-counterparty .task-list-container .info-text-block {
  margin-bottom: 0; }

.overview-counterparty .business-process-list-container .info-text-block {
  margin-bottom: 1.4rem; }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: unset !important;
  background-color: #002d53 !important; }

.pagination > li > a, .pagination > li > span {
  color: #002d53; }

.core-entity-container {
  overflow: auto;
  background-color: #fff;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  margin-right: 0; }
  .core-entity-container .form-container .form-list .col-md-8 .answer-input-container .question-help p {
    font-size: 0.9em;
    margin-top: 0.5em; }
    .core-entity-container .form-container .form-list .col-md-8 .answer-input-container .question-help p > span {
      font-weight: bold; }

.div-core-entity-form-state {
  font-size: large;
  border-radius: 15px;
  height: 50px;
  overflow-x: auto;
  padding: 15px;
  margin-bottom: 10px; }

.workflow-group-overview {
  margin-bottom: 2.4rem; }
  .workflow-group-overview .workflow-overview ul.workflow-assignees {
    font-size: 0.95rem;
    padding-left: 0; }
    .workflow-group-overview .workflow-overview ul.workflow-assignees li {
      list-style: none;
      display: inline-block; }
      .workflow-group-overview .workflow-overview ul.workflow-assignees li:after {
        content: ","; }
      .workflow-group-overview .workflow-overview ul.workflow-assignees li:last-child:after {
        content: ""; }
      .workflow-group-overview .workflow-overview ul.workflow-assignees li:first-child:after {
        content: ""; }

.preserve-whitespace {
  white-space: pre-line !important;
  font-weight: 600;
  color: #1B242A; }

.date-picker-questionnaire {
  width: auto; }

.task-warning {
  font-weight: bold;
  font-size: 1.6rem;
  color: #FF0000; }

#embedContainer > iframe {
  min-height: 75rem; }

.note-editor .note-toolbar .note-dropdown-menu.note-check a i, .note-popover .popover-content .note-dropdown-menu.note-check a i {
  visibility: visible !important; }

#timeout-notice {
  position: fixed;
  bottom: 15px;
  right: 15px;
  max-width: 50%;
  padding: 1.4rem 2.2rem;
  text-align: right;
  background-color: #fff;
  color: #002d53;
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 15px;
  opacity: 0;
  transition: opacity ease 0.5s;
  pointer-events: none; }
  #timeout-notice.active {
    opacity: 1;
    /*        &.faded {
            transition-duration: 6s;
            transition-delay: 2s;
            opacity: 0.5;
        }*/ }
  #timeout-notice h2 {
    margin-bottom: 0; }

.fa-chevron-circle-down {
  font-size: 25px; }

input.allowdeny-checkbox {
  outline: none !important; }
  input.allowdeny-checkbox[disabled] {
    background-color: #e0e0e0; }
  input.allowdeny-checkbox:not([disabled]) {
    background-color: #e22;
    border-color: #d00;
    transition: all ease-out 0.3s;
    transition-property: background-color, border-color; }
    input.allowdeny-checkbox:not([disabled])::after {
      content: "\f00d";
      color: #fff;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: 1.5rem;
      line-height: 1.6rem;
      position: relative;
      top: -5px;
      left: 1px; }
    input.allowdeny-checkbox:not([disabled]):checked {
      background-color: #5c5;
      border-color: #3a3; }
      input.allowdeny-checkbox:not([disabled]):checked::after {
        content: "\f00c";
        top: -1px;
        left: -1px; }

#tenant-user-group-table td > a {
  display: inline-block; }
  #tenant-user-group-table td > a:not(:last-of-type) {
    margin-right: 1rem; }

.user-group-edit-container {
  position: absolute;
  left: 0;
  width: 100%; }
  .user-group-edit-container .button:not(input) {
    min-width: auto; }
  .user-group-edit-container select[multiple] {
    height: 235px; }
  .user-group-edit-container .user-group-edit-available-users {
    border-bottom: 5px solid #888; }
  .user-group-edit-container .user-group-edit-assigned-users {
    border-bottom: 5px solid #002d53;
    background-color: #f2f5f6; }
  .user-group-edit-container .user-group-edit-permissions-table th {
    font-weight: normal; }

.tag-group-edit-container .button:not(input) {
  min-width: auto; }

.tag-group-edit-container select[multiple] {
  height: 235px; }

.tag-group-edit-container .user-group-edit-available-users {
  border-bottom: 5px solid #888; }

.tag-group-edit-container .user-group-edit-assigned-users {
  border-bottom: 5px solid #002d53;
  background-color: #f2f5f6; }

.tag-group-edit-container .user-group-edit-permissions-table th {
  font-weight: normal; }

.page-sub-section .colour-input {
  position: static; }

.forminstance-assessment-link {
  padding-bottom: 0.5%; }
  .forminstance-assessment-link .forminstance-assessment-inactive-link {
    color: black;
    pointer-events: none; }

.grecaptcha-badge {
  z-index: 999;
  bottom: 70px !important; }

.form-select.form-select-sm {
  font-size: 1.6rem; }

ul.pagination .page-link {
  line-height: 1.42857143;
  padding: 6px 12px !important; }

.info-circle {
  position: relative;
  font: inherit;
  text-decoration: none; }

.info-circle:hover {
  text-decoration: underline; }

.info-circle::after {
  content: '\1F6C8';
  font-family: Arial, sans-serif;
  font-size: 1em;
  vertical-align: top;
  padding-left: 5px; }

.expand-row-button {
  color: #002d53; }

/* Style the formInstanceTabs */
.formInstanceTabs {
  overflow: hidden;
  margin-bottom: 10px; }

/* Style the buttons inside the tab */
.formInstanceTabs button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 21px;
  color: #666666;
  font-weight: bold; }

/* Change background color of buttons on hover */
.formInstanceTabs button:hover {
  color: #002d53; }

/* Create an active/current tablink class */
.formInstanceTabs button.active {
  color: #002d53;
  font-weight: bold; }

/* Modifiers is an optional css file which would include 'naughty' appearance-named classes for example .textCenter, .floatRight */
/* Flex */
.flex-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 2rem; }
  .flex-container > * {
    flex: 1 1 0.1px;
    display: inline-block; }
    .flex-container > *:last-child {
      margin-right: 0; }
  .flex-container.flex-middle {
    align-items: center; }
  .flex-container.flex-bottom {
    align-items: flex-end; }
  .flex-container.flex-contigious > * {
    margin: 0; }

.flex-shrink {
  flex: 0 1 auto;
  width: auto;
  width: unset;
  font-weight: 500;
  color: #1B242A; }

.flex-equal-rows {
  display: flex;
  flex-wrap: wrap; }

.margin-bottom-none {
  margin-bottom: 0 !important; }

.margin-top-none {
  margin-top: 0 !important; }

.margin-bottom {
  margin-bottom: 1.4rem; }

.clear-margin-bottom > *, .clear-margin-bottom > *:not(:last-child) {
  margin-bottom: 0; }

ul.list-style-none, ol.list-style-none {
  list-style: none;
  padding: 0;
  margin: 0; }

ul.list-style-none li, ol.list-style-none li {
  margin: 0; }

.full-width {
  width: 100%; }

.three-quarter-width {
  width: 75%; }

.half-width {
  width: 50%; }

.quarter-width {
  width: 25%; }

.full-height {
  height: 100%; }

.three-quarter-height {
  height: 75%; }

.half-height {
  height: 50%; }

.quarter-height {
  height: 25%; }

.display-block {
  display: block; }

.display-inline {
  display: inline; }

.display-inline-block {
  display: inline-block; }

.position-relative {
  position: relative; }

.rotate-45-left {
  display: inline-block;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.rotate-45-right {
  display: inline-block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.non-breaking {
  white-space: nowrap; }

.ta-right {
  text-align: right !important; }

.ta-left {
  text-align: left !important; }

.ta-centre {
  text-align: center !important; }

/* Sets page-specific styles for standard desktop view. Overrides any previously defined styles where necessary - for example the the header may need to be a different colour in an account administration area. */
#page-wrapper {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: stretch; }

#main-section {
  background-color: #fff;
  flex: 1;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  align-items: stretch;
  overflow: hidden; }

#sidebar-expanded {
  width: 100%;
  max-width: 100%;
  overflow: hidden; }

#sidebar-hidden {
  max-width: fit-content;
  overflow: hidden; }

#static-user-feedback-section {
  position: sticky;
  top: 0;
  z-index: 1; }

/* Header */
header {
  height: 80px;
  background-color: #fff; }
  header.bg-image {
    position: relative;
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
  header #logout-form {
    position: absolute; }
  header .logo-container-secondary {
    border: none;
    margin: 0; }
  header .cpi-logo {
    max-height: 75px; }

#mobile-menu-icon-container, #sidebar-user-details-container {
  display: none; }

/* Sidebar Navigation */
#sidebar-navigation-section {
  border-radius: 1.5rem;
  background-color: #002d53;
  height: auto;
  background-repeat: no-repeat;
  background-position: 0 bottom; }
  #sidebar-navigation-section #sidebar-expander {
    border-bottom: 1px solid #123456;
    margin-bottom: .5rem; }
    #sidebar-navigation-section #sidebar-expander:hover {
      cursor: pointer; }
  #sidebar-navigation-section #sidebar-counter-party-search-form-container {
    padding: 0 1.4rem 1.4rem; }
    #sidebar-navigation-section #sidebar-counter-party-search-form-container input {
      min-width: 0;
      width: 100%; }
  #sidebar-navigation-section i {
    color: #fff; }
  #sidebar-navigation-section a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff; }
  #sidebar-navigation-section .nav-link {
    padding: 1rem; }
    #sidebar-navigation-section .nav-link span {
      max-width: 220px; }
  #sidebar-navigation-section li {
    text-decoration: none; }
  #sidebar-navigation-section .sidebar-navigation-links {
    row-gap: 0.25rem; }
    #sidebar-navigation-section .sidebar-navigation-links li h2 {
      padding: 2rem 1.4rem;
      color: #fff;
      border-bottom: 1px solid #123456; }
    #sidebar-navigation-section .sidebar-navigation-links li a {
      border-radius: 1rem;
      text-decoration: none; }
      #sidebar-navigation-section .sidebar-navigation-links li a.active, #sidebar-navigation-section .sidebar-navigation-links li a:hover {
        background-color: #af9b5f; }

/* Content Section */
#content-section {
  height: auto;
  margin: 1.5rem;
  padding: 1.5rem 2.5rem;
  background-color: #fff;
  border-radius: 1.5rem;
  min-width: 0 !important; }

/* Content Header */
#content-header-section {
  margin-bottom: 2rem; }

/* Login page */
#login-page-section {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 2rem;
  padding-bottom: 3rem; }

#login-form-container input[type=submit] {
  max-width: 50%; }

/* Dashboard */
/* Aspect ratio 1:1 */
#assessment-instances-summary-visualisation-container {
  width: 100%;
  padding-bottom: 100%; }

#start-new-assessment-button-container {
  padding-top: 25%; }

#start-new-assessment-button-container > .button {
  margin-top: -50%; }

/* My counterparties search */
#available-tags-container {
  position: relative;
  width: 100%; }

#available-tags, #available-tags-completed, #available-tags-live {
  position: absolute;
  background-color: #fff;
  border: 1px solid #d6d6d6;
  width: 100%;
  z-index: 100;
  padding: 1rem 1rem 0 1rem;
  max-height: 200px;
  overflow-y: scroll;
  display: none; }

#available-tags > * {
  color: #002d53;
  margin-bottom: 1rem; }

#available-tags-live > * {
  color: #002d53;
  margin-bottom: 1rem; }

#available-tags-completed > * {
  color: #002d53;
  margin-bottom: 1rem; }

#counter-party-search-form select {
  padding-top: 0.8em;
  padding-bottom: 0.8em; }

.my-counter-party-search-results-nav.flex-container > *:not(:last-child) {
  margin-right: 2.8rem; }

.items-per-page-select-list-container > * {
  margin-right: 0.5rem; }

.items-per-page-select-list {
  min-width: 0; }

.activity-insight-list-container .inline-element-container > *:not(:last-child) {
  margin-right: 0.5rem; }

.search-results-toggle {
  padding: 0.8rem 1.4rem;
  background-color: #c8bdb1;
  border-radius: 0.8rem;
  font-size: 1.8rem; }

.search-results-toggle span.fa {
  cursor: pointer; }

.search-results-toggle span.fa.active {
  color: white; }

.statuses-frequency-container ul li {
  text-align: right;
  font-size: 3rem;
  line-height: 1.1em; }

.locations-frequency-container ul li {
  line-height: 1.4em;
  color: #666; }

/* Aspect ratio 2:1 */
#my-counter-party-search-overview-visualisation-container {
  width: 100%;
  padding-bottom: 50%; }

/* CounterParty */
.file-drop-area {
  border: 2px dashed #c8beaf;
  border-radius: 2rem;
  padding: 2rem 1.4rem;
  color: #afafaf;
  text-align: center; }

.file-drop-area.focus {
  border-color: #002d53; }

.file-drop-area .counter-party-import-icon {
  font-size: 4rem; }

.counter-party-icon-container img {
  width: 100%;
  height: auto;
  border-radius: 1rem; }

.counter-party-detail-container > *:not(:last-child) {
  padding-right: 1.4rem;
  border-right: 1px solid #c8beaf; }

/* CounterParty Overview */
.overview-update-flex {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: 1rem; }
  .overview-update-flex strong[title] {
    cursor: help; }

.activity-insight-overview-wrapper {
  position: relative; }

.activity-insight-overview-wrapper hr {
  margin-top: 0.5rem !important;
  position: absolute;
  top: 2rem;
  width: 100%;
  display: block;
  border-top: 3px solid #00a7b5;
  z-index: 0; }

.activity-insight-overview-container {
  flex-direction: row-reverse;
  width: 100%;
  z-index: 0;
  position: relative; }

.activity-insight {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1; }
  .activity-insight p.activity-insight-date {
    margin-bottom: 0rem;
    margin-top: 1rem; }

.activity-insight > *:not(:last-child) {
  margin-bottom: 0.5rem; }

.activity-insight .activity-insight-icon-container {
  width: 5.2rem;
  height: 5.2rem;
  line-height: 5.7rem;
  text-align: center;
  background-color: #00a7b5;
  color: #fff;
  border-radius: 2.6rem;
  font-size: 2.6rem; }

.financial-accounts-overview-section .financial-accounts-overview-section-value {
  font-size: 3rem; }

#financial-accounts-overview-visualisation-container {
  width: 100%;
  padding-bottom: 50%; }

#financial-accounts-overview-visualisation-container .financial-accounts-overview-visualisation-title {
  color: #002d53;
  fill: #002d53;
  font-size: 1.2rem; }

#financial-accounts-overview-visualisation-container .axis line, #financial-accounts-overview-visualisation-container .axis path, #financial-accounts-overview-visualisation-container .axis-line {
  stroke: #e2ddd5;
  stroke-width: 1px;
  shape-rendering: crispEdges; }

table.officers-overview-container .officer-status-container {
  text-align: right;
  vertical-align: middle; }

#share-holders-overview-visualisation-container {
  padding-bottom: 25px; }

table.share-holders-overview-container .share-holder-percentage-container {
  text-align: right;
  white-space: nowrap; }

#documents-overview-table img.pdf-download-icon {
  max-width: 25px; }

/* CounterParty People And Contacts */
#assessment-contacts-table td {
  vertical-align: middle; }

.assessment-user-overview span.fa:not(.text-muted) {
  color: #002d53; }

.assessment-user-overview .assessment-user-contact-details span.fa {
  width: 1.5rem; }

#officers-table td {
  vertical-align: middle; }

/* CounterParty Financial Accounts */
#financial-accounts-summary-page-section .financial-accounts-summary-section {
  padding-bottom: 2.8rem; }

#financial-accounts-summary-page-section .financial-accounts-summary-section > *:not(:last-child) {
  margin-bottom: 0; }

#financial-accounts-summary-page-section .financial-accounts-summary-section h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #002d53; }

#financial-accounts-summary-page-section .financial-accounts-summary-section p {
  font-size: 3.2rem;
  color: #4a4a4a;
  line-height: 1em; }

#financial-accounts-table .nav-trigger {
  background-color: #002d53;
  width: 2.8rem;
  height: 2.8rem;
  text-align: center;
  border-radius: 1.4rem;
  display: block;
  color: #fff;
  margin: 0; }

#financial-accounts-table tbody tr:nth-child(even) {
  background-color: #fff; }

#financial-accounts-table .nav-trigger-container {
  width: 2.8rem; }

#financial-accounts-table .nav-trigger .fa {
  line-height: 2.8rem;
  font-size: 2rem; }

#financial-accounts-table tbody tr td {
  background-color: #fff;
  padding: 0.5rem 1rem; }

/*#financial-accounts-table tbody tr:first-child * {
		line-height: 2.8rem;
	}*/
#financial-accounts-table tr.bottom-rule-chunky {
  border-bottom: 3px solid #c8beaf; }

#financial-accounts-table tr.bottom-rule-chunky > td {
  padding-bottom: 1.5rem; }

#financial-accounts-table tr.bottom-rule-chunky + tr > td {
  padding-top: 2.5rem; }

#financial-accounts-table tr.bottom-rule {
  border-bottom: 1px solid #c8beaf; }

#financial-accounts-table tbody tr td:first-child {
  background-color: #EDEAE5;
  width: 15rem;
  min-width: 15rem; }

#financial-accounts-table .financial-account-period-column {
  overflow: hidden;
  white-space: nowrap;
  width: calc(100% - 23.8rem);
  min-width: calc(100% - 23.8rem);
  max-width: calc(100% - 23.8rem); }

#financial-accounts-table .financial-account-period-column > * {
  width: 20%;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  display: none; }

#financial-accounts-table .financial-account-period-column > *.active {
  display: inline-block; }

.financial-accounts-overview-section-value {
  font-size: 3.2rem; }

.financial-accounts-overview-subsection-value {
  font-size: 2.4rem; }

.financial-accounts-overview-section-container .col-md-4:not(:last-child) > .financial-accounts-overview-section {
  border-right: 1px solid #e9e5df; }

/* CounterParty ShareHolders */
.share-holder-section-value-header {
  font-size: 1.2rem;
  font-weight: 600;
  color: #002d53; }

.share-holder-section-value {
  font-size: 3.2rem; }

.share-holders-container thead th {
  white-space: nowrap; }

.share-holders-container .share-holder-percentage-container {
  text-align: right; }

#share-holders-visualisation-container {
  padding-bottom: 100%; }

.people-with-significant-control-person-name-container {
  min-width: 300px; }

/*  CounterParty Documents */
#documents-table img.pdf-download-icon {
  max-width: 25px; }

#documents-table td {
  vertical-align: middle; }

/* CounterParties search */
#counter-party-search-form-container {
  background-color: #fff;
  padding: 2.5rem 1.4rem; }
  #counter-party-search-form-container fieldset:first-child {
    margin-top: 0; }
  #counter-party-search-form-container .search-term-input-field {
    width: 100%; }

#counter-party-search-results-container:not(:empty) {
  margin-top: 1.4rem; }

#counter-party-search-results-container .counter-party-address {
  color: #666; }

#counter-party-search-results-container .add-counter-party-trigger {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 2rem;
  line-height: 2rem;
  text-align: right;
  display: block;
  color: #002d53; }

#counter-party-search-results-container .add-counter-party-trigger:before {
  content: "\f0fe"; }

#add-counter-party-modal .modal-dialog {
  max-width: 100%;
  width: 320px; }

#add-counter-party-form-container label {
  color: #002d53; }

#dynamic-user-feedback-modal .modal-content {
  border: none; }

.assessment-group-overview .assessment-overview, .workflow-overview {
  padding: 1.4rem;
  background-color: #fff;
  border: 1px solid #d6d6d6; }

/* Counterparty Notes */
#view-note-page-section .note-body-container {
  white-space: pre-wrap; }

/* Officer */
.officer-icon-container {
  border: solid 1px #c8beaf;
  padding: 2.5rem;
  font-size: 40px; }

#appointments-timeline-visualisation-container {
  padding-bottom: 0; }

#appointments-timeline-visualisation-container svg {
  position: relative; }

#appointments-timeline-visualisation-container .axis-x text {
  fill: #8b8b8b;
  font-size: 1.4rem; }

#appointments-timeline-visualisation-container .axis-x path {
  stroke-width: 3px;
  stroke: #c8beaf; }

#appointments-timeline-visualisation-container svg .officer-appointment-data-point:last-child line {
  display: none; }

#appointments-timeline-visualisation-container svg .officer-appointment-data-point text {
  pointer-events: none; }

/* Assessments */
.assessment-instances-state-datapoint {
  text-align: center;
  font-weight: 600;
  color: #666;
  padding-top: 2rem;
  padding-bottom: 2rem; }

.assessment-instances-state-datapoint:not(:last-child) {
  border-right: 1px solid #c8beaf; }

.assessment-instances-state-datapoint-live {
  color: #ff7d1e; }

.assessment-instances-state-datapoint-overdue {
  color: #dc3545; }

.assessment-instances-state-datapoint-completed {
  color: #00a7b5; }

.assessment-instances-state-datapoint .assessment-instances-state-datapoint-label {
  font-size: 1.4rem;
  margin-bottom: 0.5rem; }

.assessment-instances-state-datapoint .assessment-instances-state-datapoint-value {
  font-size: 3.2rem; }

/* Bulk run assessment */
#bulk-run-assessment-form .button {
  min-width: 0; }

.bulk-run-assessment-counter-party-list {
  border: 1px solid #c8beaf;
  height: 400px;
  display: flex;
  flex-direction: column;
  width: 100%; }

.bulk-run-assessment-counter-party-list > * {
  flex: 0 1 auto;
  padding: 1rem; }

.bulk-run-assessment-counter-party-list .counter-party-list-header-container {
  background-color: #c8beaf;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff; }

.bulk-run-assessment-counter-party-list .counter-party-list-filter-container {
  background-color: #F3F2EE; }

.bulk-run-assessment-counter-party-list .counter-party-list-body-container {
  overflow: hidden;
  flex: 1 0 auto;
  position: relative;
  padding: 0; }

.bulk-run-assessment-counter-party-list .counter-party-list-body {
  padding: 1rem;
  position: absolute;
  width: 100%;
  height: 100%;
  height: calc(100% - 1px);
  overflow-y: scroll; }

.bulk-run-assessment-counter-party-list .counter-party-list-body {
  color: #002d53; }

.bulk-run-assessment-counter-party-list .counter-party-list-body input[type="checkbox"] {
  margin-right: 0; }

.bulk-run-assessment-counter-party-list .counter-party-list-body .fa-close {
  color: #dc3545; }

#bulk-send-assessment-form .container-fluid .row {
  margin-bottom: 3rem; }

#bulk-run-process-assessment-info-form .container-fluid .row {
  margin-bottom: 3rem; }

#bulk-send-assessment-form td .fa-close {
  color: #dc3545; }

#bulk-run-process-assessment-info-form td .fa-close {
  color: #dc3545; }

#bulk-send-assessment-form .assessment-contact-required-warning {
  color: #dc3545;
  font-weight: 700; }

#bulk-run-process-assessment-info-form .assessment-contact-required-warning {
  color: #dc3545;
  font-weight: 700; }

#bulk-send-assessment-form .assessment-contact-select-list {
  width: 350px; }

#bulk-run-process-assessment-info-form .assessment-contact-select-list {
  width: 350px; }

#bulk-send-assessment-form td:last-child {
  width: 0; }

#bulk-run-process-assessment-info-form td:last-child {
  width: 0; }

/* Reporting */
#answer-value-input-container > select, #answer-value-input-container > input, #answer-value-input-container > textarea {
  width: 100%; }

#answer-value-input-container > textarea {
  height: 5em; }

#assessment-instance-advanced-search-results-container .filters-prompt {
  padding: 10rem 0; }

.generate-report-cta .fa {
  color: #002d53;
  margin-right: 1rem; }

.select-tags-label {
  color: #002d53;
  font-size: 1.6rem; }

/*  Assessment Management */
.assessments-management-condition > *:not(:last-child) {
  margin-bottom: 0.8rem; }

.assessments-management-questionnaire-section:not(:last-child), .assessments-management-question:not(:last-child), .assessments-management-condition:not(:last-child) {
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 1.4rem;
  margin-bottom: 1.4rem; }

/* Template Assessment Input */
.template-document-download-prompt {
  background-color: #fff;
  padding: 1rem;
  margin-bottom: 3rem; }

.template-document-download-prompt .fa-download {
  font-size: 4rem; }

.template-document-download-prompt:hover {
  text-decoration: none; }

/* Cookie Policy */
#cookie-table {
  border: dotted 1px #fff; }

#cookie-table td {
  padding: 10px 10px 10px 15px !important;
  border-bottom: dotted 1px #c8beaf;
  border-left: dotted 1px #c8beaf;
  border-right: dotted 1px #c8beaf;
  font-size: 1.3rem !important; }

#cookie-table tr:first-child td {
  color: #fff;
  background-color: #002d53 !important;
  border-left: dotted 1px #fff;
  font-size: 18px !important;
  width: 107px; }

/* Tenant */
.tenant-overview {
  padding: 1.4rem;
  background-color: #F3F2EE;
  border: 1px solid #d6d6d6; }

/* Manage tenant page */
.tenant-user-account-status-active {
  cursor: help;
  color: #198754; }

.tenant-user-account-status-pending {
  cursor: help;
  color: #002d53; }

.tenant-user-account-status-locked {
  cursor: help;
  color: #d0a00f; }

.tenant-user-account-status-deactivated {
  cursor: help;
  color: #dc3545; }

/* Assessment Builder */
#questionnaire-builder-questionnaire-sections-container .page-section {
  margin-bottom: 1.5rem; }

.questionnaire-builder-question-editor {
  min-height: 300px; }

.questionnaire-builder-add-question {
  height: 50px;
  border: dashed 1px;
  color: #002d53; }

.questionnaire-builder-add-questionnaire-section {
  height: 50px;
  border: dashed 1px;
  color: #002d53; }

.questionnaire-builder-add-questionnaire-section-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px; }

.submit-add-section {
  background-color: none;
  background-color: transparent;
  font-size: 30px;
  cursor: pointer;
  line-height: 50px;
  display: block;
  margin: 0 auto;
  text-align: center; }

.assessment-builder-add-section-btn {
  font-size: 30px;
  cursor: pointer; }

.questionnaire-builder-update-questionnaire-section-container {
  min-height: 400px;
  background-color: #c8beaf; }

.questionnaire-builder-section-delete-container {
  width: 100%;
  text-align: right;
  height: 20px; }

.questionnaire-builder-section-delete-container-btn {
  font-size: 15px;
  color: #002d53;
  cursor: pointer; }

.questionnaire-builder-hand-icon {
  font-size: 15px;
  cursor: grabbing;
  color: #afafaf !important; }

.questionnaire-builder-question-drop-area {
  height: 50px;
  border: dashed 1px;
  background-color: white;
  border-color: #4f347f;
  content: "Joe's Task:"; }

.questionnaire-builder-question {
  background-color: #f3f2ee;
  border: 1px solid #d6d6d6;
  margin-bottom: 15px;
  padding: 15px; }
  .questionnaire-builder-question input, .questionnaire-builder-question select, .questionnaire-builder-question textarea {
    min-width: 0; }
  .questionnaire-builder-question select {
    width: 100%; }

.assessment-builder-delete-question-icon {
  font-size: 15px;
  cursor: pointer;
  color: #afafaf !important; }

.assessment-builder-edit-label-is-required {
  padding-top: 30px; }

.assessment-builder-edit-pre-value-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 60%; }

.assessment-builder-edit-pre-value-list li {
  margin: 0 3px 3px 3px;
  padding: 0.4em;
  padding-left: 1.5em;
  font-size: 1.4em;
  height: 18px; }

.assessment-builder-edit-pre-value-list li span {
  position: absolute;
  margin-left: -1.3em; }

.questionnaire-builder-question-prevalue-hand-move {
  cursor: grab;
  height: 50px;
  display: flex;
  align-items: center; }

.questionnaire-builder-question-prevalue-save {
  height: 50px;
  display: flex;
  align-items: center;
  cursor: pointer; }

.questionnaire-builder-question-prevalue-delete {
  height: 50px;
  display: flex;
  align-items: center;
  padding-right: 5px;
  cursor: pointer; }

.questionnaire-builder-question .question.question-input {
  padding-top: 0;
  padding-bottom: 15px;
  margin-bottom: 15px; }

.questionnaire-builder-question-placeholder {
  height: 50px;
  border: dashed 1px;
  color: #002d53;
  margin-bottom: 15px; }

.questionnaire-builder-question-states > * {
  margin-bottom: 10px;
  margin-top: 10px; }

.questionnaire-builder-question-states-list > *:not(:last-child) {
  margin-bottom: 10px; }

.questionnaire-builder-question-state-placeholder {
  height: 50px;
  border: dashed 1px;
  color: #c8beaf;
  margin-bottom: 10px; }

.questionnaire-builder-question-state .fa-hand-paper {
  cursor: grabbing;
  color: #afafaf; }

.questionnaire-builder-question-prevalues > * {
  margin-bottom: 10px;
  margin-top: 10px; }

.questionnaire-builder-question-prevalues-list > *:not(:last-child) {
  margin-bottom: 10px; }

.questionnaire-builder-question-prevalue-placeholder {
  height: 50px;
  border: dashed 1px;
  color: #c8beaf;
  margin-bottom: 10px; }

.questionnaire-builder-question-prevalue .fa-hand-paper {
  cursor: grabbing;
  color: #afafaf; }

.questionnaire-builder-question .question-preview-container {
  position: relative; }

.questionnaire-builder-question .question-preview-container .question-preview-wrapper {
  border: 1px dashed #c8beaf;
  margin-bottom: 10px;
  padding: 15px; }

.questionnaire-builder-question .question-preview-container .question-preview-label {
  color: #c8beaf;
  display: inline-block;
  top: 0;
  margin-top: -5px;
  margin-left: 15px;
  padding: 0 5px;
  background-color: #f3f2ee;
  position: absolute; }

/* CONDITIONS */
.question-condition-value-input {
  margin-bottom: 10px; }

/* QUESTIONNAIRE SECTION SORTING */
.get-manage-question-sort-order-form-trigger, .get-manage-questionnaire-section-sort-order-form-trigger {
  display: inline;
  border-radius: 0;
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
  background-color: transparent;
  color: #002d53;
  font-size: 1.2rem;
  text-align: right;
  width: 100%; }

.get-manage-question-sort-order-form-trigger:hover, .get-manage-questionnaire-section-sort-order-form-trigger:hover {
  text-decoration: underline; }

.sortable-item-container > * {
  margin-bottom: 10px; }

.sortable-item-container > *:last-child {
  margin-bottom: 0; }

.sortable-item-container .sortable-item {
  background-color: #f3f2ee;
  border: 1px solid #d6d6d6;
  padding: 5px; }

.sortable-placeholder {
  border: dashed 1px;
  color: #c8beaf;
  height: 28px; }

/* Assessment Builder End */
/*Adverse media section (my counterparties)*/
#adverse-media #search-term-bar {
  color: #002d53;
  line-height: 32px;
  background-color: #e8e7e7;
  padding: 15px;
  border-radius: 5px;
  border: #002d53 1px solid; }
  #adverse-media #search-term-bar #search-term {
    padding-left: 20px;
    padding-top: 3px;
    color: #333; }
  #adverse-media #search-term-bar i.fab {
    font-size: 32px; }

#adverse-media .page-section {
  margin-bottom: 10px; }
  #adverse-media .page-section .row {
    margin-bottom: 4px; }

#adverse-media a {
  color: #002d53; }

#adverse-media .display-url {
  color: #af9b5f; }

/* Core Entity Builder */
.options-container .page-section {
  margin-bottom: 1.5rem; }

.options-container .options-link, .options-container .options-link-separator {
  font-size: 1.6rem; }

.options-container .options-link-separator {
  border-left: 1px solid whitesmoke;
  padding: 0 1px;
  margin: 0 6px; }

.options-container .page-sub-section:not(:last-of-type) {
  margin-right: 15px; }

a.options-link.active {
  text-decoration: underline; }

.action-link-button.active {
  text-decoration: underline; }

#core-entity-options-container {
  background-color: black; }
  #core-entity-options-container .action-link-button {
    color: white; }
    #core-entity-options-container .action-link-button:hover {
      color: #e6e6e6; }

#core-entity-options-container.options-container .row > * {
  margin-bottom: 0; }

span .option-sub-label {
  display: inline-block;
  padding: 8px 0 0 0;
  font-size: 0.8em; }
  span .option-sub-label:not(:last-child) {
    margin-bottom: 2em; }

.options-section {
  margin-right: 1em;
  margin-left: 1em; }

/* Manually Add Counterparty Form */
#create-counterparty-form-container .row > div {
  margin-bottom: 0 !important; }

/* Workflow / Business Processes */
.workflow-group-overview {
  margin-bottom: 1.4rem !important; }

.workflow-details-container {
  margin-bottom: 0 !important;
  align-self: center; }

.workflow-icon {
  max-width: 5.5rem;
  align-self: center; }

.workflow-links {
  display: flex;
  justify-content: flex-end;
  padding: 0;
  margin: 2rem auto !important; }
  .workflow-links a {
    margin: auto 0.5rem; }
    .workflow-links a:last-of-type {
      margin-right: 0; }
    .workflow-links a.active {
      background-color: #af9b5f; }

@media only screen and (min-width: 767px) {
  .collapse-mt {
    margin-top: 2.2rem !important; } }

/* Business Processes */
.bp-exists .row .col-md-12 {
  margin-bottom: 0 !important; }
  .bp-exists .row .col-md-12 h2, .bp-exists .row .col-md-12 h4 {
    margin-bottom: 0 !important;
    margin-top: 0 !important; }

.add-bp-container form {
  margin-top: 2rem; }
  .add-bp-container form fieldset label {
    padding-left: 0; }

.core-entity-form {
  border-radius: 15px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  margin-right: 0; }

/* Parent / Child Entities */
.child-entity-container .form-list {
  margin-bottom: 3rem; }

.child-entity-container .core-entity-container {
  padding-left: 1rem;
  padding-right: 1rem; }

.child-entity-container .core-entity-form .col-md-6 {
  width: 100% !important; }

.child-entity-container .core-entity-form .preserve-whitespace {
  white-space: normal !important; }

.child-entity-picker label {
  margin-right: 0.8rem; }

.child-entity-button {
  margin-top: 1rem; }

/* Edit Process Modal Styling */
#edit-business-process-task-modal #edit-business-process-task-form-container form .page-section hr, #edit-business-process-modal #edit-business-process-task-form-container form .page-section hr {
  margin-top: 0.6rem; }

#edit-business-process-task-modal #edit-business-process-task-form-container form h2, #edit-business-process-modal #edit-business-process-task-form-container form h2 {
  margin-bottom: 1.4rem; }

#edit-business-process-task-modal svg.error-icon, #edit-business-process-modal svg.error-icon {
  width: 1.4rem;
  display: inline-block;
  position: relative;
  top: 1px; }

#edit-business-process-task-modal .task-warning, #edit-business-process-modal .task-warning {
  display: inline-block;
  width: auto;
  padding-left: 0.5rem; }
  #edit-business-process-task-modal .task-warning:hover, #edit-business-process-modal .task-warning:hover {
    text-decoration: none; }

#edit-business-process-task-modal .modal-footer-details, #edit-business-process-modal .modal-footer-details {
  font-size: 1rem;
  margin-top: 0.3rem; }
  #edit-business-process-task-modal .modal-footer-details p, #edit-business-process-modal .modal-footer-details p {
    margin-bottom: 0rem; }
  #edit-business-process-task-modal .modal-footer-details .col-md-6, #edit-business-process-modal .modal-footer-details .col-md-6 {
    margin-bottom: 0rem; }
    #edit-business-process-task-modal .modal-footer-details .col-md-6.pull-right p, #edit-business-process-modal .modal-footer-details .col-md-6.pull-right p {
      float: right; }
      #edit-business-process-task-modal .modal-footer-details .col-md-6.pull-right p strong, #edit-business-process-modal .modal-footer-details .col-md-6.pull-right p strong {
        font-weight: bold; }

#edit-business-process-task-modal .modal-body .flex-container, #edit-business-process-modal .modal-body .flex-container {
  margin-top: 0.7rem; }
  #edit-business-process-task-modal .modal-body .flex-container .fa-close, #edit-business-process-modal .modal-body .flex-container .fa-close {
    cursor: pointer; }

.business-process-list-container .page-section .col-md-9 {
  margin-bottom: 0 !important; }

.business-process-list-container .page-section .col-md-9 h2 {
  margin-bottom: 0 !important; }

.business-process-list-container .business-process-list-container {
  margin-left: -7px;
  margin-right: -7px; }

.business-process-list-container div.dataTables_wrapper div.dataTables_filter {
  display: none; }

.business-process-list-container .filter {
  margin-bottom: 1.4rem; }

.business-process-list-container #filtersbp {
  transition: all 0.3s ease-in; }

.business-process-list-container .dataTables_info {
  font-size: 0.75em;
  margin-top: 1.4rem;
  padding-left: 1rem; }

.business-process-list-container #business-processes {
  margin-top: 0 !important; }

.business-process-list-container #business-processes_wrapper > .row:first-of-type {
  display: none; }

.task-status-report-table tr td {
  font-size: 1.4rem !important;
  line-height: 1rem !important;
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important; }

.SignInButton-container {
  height: 5rem;
  text-align: right; }
  .SignInButton-container a {
    text-decoration: none; }
    .SignInButton-container a svg {
      position: relative;
      right: -1rem; }

#tenant-user-table_wrapper #tenant-user-table_filter {
  display: block; }

#tenant-user-table_wrapper #tenant-user-table_length select {
  line-height: 1;
  font-size: 1.5rem;
  min-width: 80px;
  margin-right: 0.75rem;
  margin-left: 0.75rem; }

#marketplace-user-table_wrapper #marketplace-user-table_filter {
  display: block; }

#marketplace-user-table_wrapper #marketplace-user-table_length select {
  line-height: 1;
  font-size: 1.5rem;
  min-width: 80px;
  margin-right: 0.75rem;
  margin-left: 0.75rem; }

#tblTasks_wrapper {
  margin-top: 0.5rem; }

#taskControls fieldset {
  margin-bottom: 0 !important; }
  #taskControls fieldset .form-control {
    font-size: 1.4rem !important; }
    #taskControls fieldset .form-control.input-dtdd.filter {
      height: 34px;
      line-height: 2rem !important; }
    #taskControls fieldset .form-control.filter {
      margin-bottom: 0.5rem; }

#tblTasks_length select, #tblBusinessProcess_length select, #tblBusinessProcessSchedule_length select, #tblMyTasks_length select {
  line-height: 1.75em;
  /*padding-right: 0px !important;*/
  min-width: unset; }

#tblMyTasks_wrapper, #tblBP_wrapper {
  margin-top: 0.5rem; }

#tenant-tag-table_wrapper #tenant-tag-table_filter {
  display: block; }

#tenant-tag-table_wrapper #tenant-tag-table_length select {
  line-height: 1;
  font-size: 1.5rem;
  min-width: 80px;
  margin-right: 0.75rem;
  margin-left: 0.75rem; }

#customise-global-tenancy-email-form .email-btn {
  padding-top: 10px; }

#customise-global-tenancy-email-form .colour-input {
  left: unset !important;
  margin: auto; }

#customise-global-tenancy-email-form .tenant-email-theme {
  padding-top: 2rem; }
  #customise-global-tenancy-email-form .tenant-email-theme h3 {
    margin-bottom: 0rem; }
  #customise-global-tenancy-email-form .tenant-email-theme > div.col-sm-12 {
    display: flex;
    flex-wrap: wrap; }
    #customise-global-tenancy-email-form .tenant-email-theme > div.col-sm-12 > div {
      display: inline-flex;
      float: none;
      flex-grow: 1;
      flex-basis: 0;
      width: auto !important;
      padding: 0 !important;
      margin-bottom: 2rem; }
      #customise-global-tenancy-email-form .tenant-email-theme > div.col-sm-12 > div fieldset {
        width: 100%; }
      #customise-global-tenancy-email-form .tenant-email-theme > div.col-sm-12 > div h3 {
        margin-bottom: 0px; }

#customise-global-tenancy-email-form .button {
  width: 100%;
  min-width: unset;
  width: auto; }

#customise-global-tenancy-email-form .farbtastic {
  margin: auto;
  left: unset; }

#customise-global-tenancy-email-form.page-section hr {
  margin-top: 0px; }

#customise-tenancy-email-form fieldset {
  margin-bottom: 2rem; }
  #customise-tenancy-email-form fieldset > label, #customise-tenancy-email-form fieldset #customise-tenancy-email-form fieldset > label {
    color: #002d53;
    font-size: 1.6rem; }

#customise-tenancy-email-form .custom-email-btns {
  text-align: right; }

#customise-tenancy-email-form .custom-email-btns .button {
  margin-left: 1rem; }

#customise-tenancy-email-form .tenancy-email-form {
  display: none; }

#customise-tenancy-email-form #custom-email-body-variables {
  list-style: none;
  padding-left: 0; }

#customise-tenancy-email-form #custom-email-body-variables li {
  font-weight: bold; }

#customise-tenancy-email-form .note-editable {
  min-height: 30rem; }

#customise-tenancy-email-form .email-body-variables {
  background-color: #fff;
  padding: 0.8em 1.2em;
  margin-top: 2rem;
  border-radius: .2em;
  border: 1px solid #c8beaf; }
  #customise-tenancy-email-form .email-body-variables h3 {
    text-align: center; }
  #customise-tenancy-email-form .email-body-variables fieldset {
    margin-bottom: 0; }

#customise-tenancy-email-form #custom-email-body-variables {
  padding: 1rem 1rem 0; }
  #customise-tenancy-email-form #custom-email-body-variables .email-body-variable .email-variable-name {
    font-weight: bold;
    margin-bottom: 0; }
    #customise-tenancy-email-form #custom-email-body-variables .email-body-variable .email-variable-name .fa-clipboard {
      margin-right: 1rem; }
  #customise-tenancy-email-form #custom-email-body-variables .email-body-variable .email-variable-description {
    font-weight: normal;
    border-bottom: 1px solid lightgrey;
    padding-bottom: 10px; }

.page-section hr {
  margin-top: 0px; }

.global-email-btns {
  text-align: right; }
  .global-email-btns .button {
    margin-left: 10px; }

.section-title .global-email-title, .section-title #customise-tenancy-email-form .email-title {
  font-size: 2.4rem; }

.section-title h2 {
  display: inline-block; }

.section-title p {
  display: none; }

.section-title .button {
  width: 100%;
  min-width: unset;
  width: auto; }

#customise-tenancy-form .col-md-9 {
  padding-top: 2rem;
  padding-bottom: 2rem; }
  #customise-tenancy-form .col-md-9 .col-md-4 {
    margin-top: 1rem; }
    #customise-tenancy-form .col-md-9 .col-md-4 fieldset {
      text-align: center; }
      #customise-tenancy-form .col-md-9 .col-md-4 fieldset input.colour-input {
        margin: auto;
        left: unset; }
      #customise-tenancy-form .col-md-9 .col-md-4 fieldset h3 {
        margin-bottom: 0rem; }

#customise-tenancy-form #HeaderPageTitle {
  height: 4.6rem; }

#customise-tenancy-form .image-upload-preview {
  margin-bottom: 1rem; }

#customise-tenancy-form .col-md-12 {
  margin-top: 1rem; }
  #customise-tenancy-form .col-md-12 .col-md-3 {
    text-align: center; }

#customise-tenancy-form .farbtastic {
  margin: auto;
  left: unset; }

#customise-tenancy-form .page-section hr {
  padding-bottom: 0.8rem; }

@media screen and (min-width: 1600px) {
  #customise-global-tenancy-email-form .section-title p, #customise-tenancy-email-form .section-title p, #customise-tenancy-form .section-title p {
    padding-left: 14px;
    font-style: italic;
    margin-top: 2px;
    display: inline-block; } }

@media screen and (max-width: 991px) {
  .colour-input {
    min-width: 100%;
    max-width: 100%; } }

#core-data-view #filters .filter div {
  padding: 0.5rem; }
  #core-data-view #filters .filter div input {
    width: 100%;
    font-size: 1.4rem; }

#core-data-view #filters .filter .form-control {
  min-width: unset; }

#core-data-view #filters .filter label {
  padding-left: 0; }

#core-data-view #coredata-table_filter {
  display: none; }

#core-data-view #coredata-table th, #core-data-view #coredata-table td {
  white-space: nowrap; }

#core-data-view #coredata-table thead > tr {
  visibility: collapse; }

#core-data-view .dataTables_info {
  margin-top: 1.4rem;
  padding-left: 1rem;
  font-size: 0.75em; }

#core-data-view div.dataTables_wrapper {
  margin: 0 auto; }

#core-data-view #coredata-table_length {
  margin-top: 0.7rem; }
  #core-data-view #coredata-table_length label select {
    line-height: 1;
    min-width: 7.5rem !important; }

.add-supplier-btn {
  max-width: 22rem; }

